cargo: bump ostree-sys to 0.8.1
authorLuca BRUNO <luca.bruno@coreos.com>
Mon, 2 Aug 2021 15:49:08 +0000 (15:49 +0000)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:57 +0000 (12:53 -0400)
rust-bindings/rust/Cargo.toml
rust-bindings/rust/sys/Cargo.toml

index 221d74daec246eb8f1fb43a90b1925d021d51849..d688a5efcf4bb8cf30fb347f82108c714bae2aaf 100644 (file)
@@ -29,7 +29,7 @@ members = [".", "sys"]
 
 [dependencies]
 bitflags = "1.2.1"
-ffi = { package = "ostree-sys", path = "sys", version = "0.8.0" }
+ffi = { package = "ostree-sys", path = "sys", version = "0.8.1" }
 gio = "0.14.0"
 gio-sys = "0.14.0"
 glib = "0.14.0"
index d92263a7ffb275a2f6fa373f4c41e71a557b8593..5641773f44ab526db97d4f5752bae115a6d4b1ee 100644 (file)
@@ -71,7 +71,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.8.0"
+version = "0.8.1"
 edition = "2018"
 
 [package.metadata.docs.rs]